home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TFAUDIT / TFAUDIT.txt < prev   
Text File  |  2004-10-21  |  5KB  |  224 lines

  1. object fAudit: TfAudit
  2.   Left = 319
  3.   Top = 212
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Audit Report'
  7.   ClientHeight = 357
  8.   ClientWidth = 614
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   DesignSize = (
  21.     614
  22.     357)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object laHeaderName: TLabel
  26.     Left = 8
  27.     Top = 67
  28.     Width = 266
  29.     Height = 16
  30.     Caption = 'Report Header (add, change or remove text):'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object bevBottom: TBevel
  39.     Left = 0
  40.     Top = 312
  41.     Width = 614
  42.     Height = 45
  43.     Align = alBottom
  44.     Shape = bsTopLine
  45.   end
  46.   object mAudit: TMemo
  47.     Left = 8
  48.     Top = 91
  49.     Width = 601
  50.     Height = 153
  51.     BevelInner = bvLowered
  52.     BevelKind = bkTile
  53.     BevelOuter = bvNone
  54.     BorderStyle = bsNone
  55.     Font.Charset = EASTEUROPE_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     ScrollBars = ssVertical
  62.     TabOrder = 0
  63.   end
  64.   object rbShort: TRadioButton
  65.     Left = 8
  66.     Top = 250
  67.     Width = 241
  68.     Height = 17
  69.     Caption = 'Short Format (programs name only)'
  70.     Checked = True
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 1
  78.     TabStop = True
  79.   end
  80.   object rbLong: TRadioButton
  81.     Left = 8
  82.     Top = 268
  83.     Width = 441
  84.     Height = 17
  85.     Caption = 'Long Format (program name, uninstall command and program status)'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 2
  93.   end
  94.   object Panel1: TPanel
  95.     Left = 0
  96.     Top = 0
  97.     Width = 614
  98.     Height = 60
  99.     Align = alTop
  100.     BevelInner = bvRaised
  101.     BevelOuter = bvLowered
  102.     TabOrder = 3
  103.     DesignSize = (
  104.       614
  105.       60)
  106.     object Image2: TImage
  107.       Left = 2
  108.       Top = 2
  109.       Width = 610
  110.       Height = 56
  111.       Align = alClient
  112.       Picture.Data = {<image000.bmp>}
  113.       Stretch = True
  114.     end
  115.     object lWindowTitle: TLabel
  116.       Left = 23
  117.       Top = 20
  118.       Width = 87
  119.       Height = 16
  120.       Caption = 'Audit Report'
  121.       Color = clSilver
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = 1973790
  124.       Font.Height = -13
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsBold]
  127.       ParentColor = False
  128.       ParentFont = False
  129.       Transparent = True
  130.     end
  131.     object Image1: TImage
  132.       Left = 566
  133.       Top = 12
  134.       Width = 32
  135.       Height = 32
  136.       Anchors = [akTop, akRight]
  137.       AutoSize = True
  138.       Picture.Data = {<image001.ico>}
  139.       Transparent = True
  140.     end
  141.   end
  142.   object buCancel: TButton
  143.     Left = 557
  144.     Top = 320
  145.     Width = 53
  146.     Height = 33
  147.     Anchors = [akLeft, akBottom]
  148.     Cancel = True
  149.     Caption = '&Cancel'
  150.     Font.Charset = DEFAULT_CHARSET
  151.     Font.Color = clWindowText
  152.     Font.Height = -12
  153.     Font.Name = 'Tahoma'
  154.     Font.Style = []
  155.     ModalResult = 2
  156.     ParentFont = False
  157.     TabOrder = 4
  158.   end
  159.   object buPrint: TButton
  160.     Left = 354
  161.     Top = 320
  162.     Width = 99
  163.     Height = 33
  164.     Anchors = [akLeft, akBottom]
  165.     Caption = '&Print...'
  166.     Default = True
  167.     Font.Charset = DEFAULT_CHARSET
  168.     Font.Color = clWindowText
  169.     Font.Height = -12
  170.     Font.Name = 'Tahoma'
  171.     Font.Style = [fsBold]
  172.     ModalResult = 1
  173.     ParentFont = False
  174.     TabOrder = 5
  175.     OnClick = buPrintClick
  176.   end
  177.   object rbDetailed: TRadioButton
  178.     Left = 8
  179.     Top = 288
  180.     Width = 441
  181.     Height = 17
  182.     Caption = 'Detailed Format'
  183.     Font.Charset = DEFAULT_CHARSET
  184.     Font.Color = clWindowText
  185.     Font.Height = -13
  186.     Font.Name = 'MS Sans Serif'
  187.     Font.Style = []
  188.     ParentFont = False
  189.     TabOrder = 6
  190.   end
  191.   object Button1: TButton
  192.     Left = 455
  193.     Top = 320
  194.     Width = 99
  195.     Height = 33
  196.     Anchors = [akLeft, akBottom]
  197.     Caption = '&Save to file...'
  198.     Font.Charset = DEFAULT_CHARSET
  199.     Font.Color = clWindowText
  200.     Font.Height = -12
  201.     Font.Name = 'Tahoma'
  202.     Font.Style = [fsBold]
  203.     ModalResult = 1
  204.     ParentFont = False
  205.     TabOrder = 7
  206.     OnClick = buSaveFileClick
  207.   end
  208.   object sdReport: TSaveDialog
  209.     Filter = ' Text File (*.TXT)|*.txt'
  210.     Options = [ofOverwritePrompt, ofHideReadOnly, ofExtensionDifferent, ofEnableSizing]
  211.     Title = 'Save Report As'
  212.     Left = 8
  213.     Top = 312
  214.   end
  215.   object pdReport: TPrintDialog
  216.     Left = 40
  217.     Top = 312
  218.   end
  219.   object XPManifest1: TXPManifest
  220.     Left = 72
  221.     Top = 312
  222.   end
  223. end
  224.